home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 1 / ACE CD 1.iso / files / utils / framema1.dms / in.adf / Install_ASDG < prev    next >
Encoding:
Text File  |  1993-05-12  |  1.1 KB  |  65 lines

  1. ; $VER: FrameMachine_ADPRO 1.0 (9-11-92)
  2. ; Framestor Adpro loader/Saver Hard Drive Installation Script
  3.  
  4.  
  5. ;nur fragen wir erst mal wo denn der ADPRO_loader hin soll
  6.  
  7. (set ADPRO_dest
  8.     (askdir
  9.             (prompt "Please give me the drawer where ADpro is installed in")
  10.             (help @askdir-help)
  11.             (default "sys:")
  12.     )
  13. )
  14.  
  15. (complete 20)
  16.  
  17. (set @default-dest ADPRO_dest)
  18.  
  19.  
  20. (complete 30)
  21.  
  22. (set loader_dest (tackon ADPRO_dest "Loaders2"))
  23.  
  24. (complete 40)
  25.  
  26. (set saver_dest (tackon ADPRO_dest "Savers2"))
  27.  
  28. (complete 50)
  29.  
  30. ;nun kopieren wir mal die files für Adpro
  31.  
  32. (copyfiles
  33.     (prompt "Aplying the loader to the ADPro System")
  34.     (help @copyfiles-help)
  35.     (source "FM2:ASDG/")
  36.     (dest loader_dest)
  37.     (pattern "FrameMachine")
  38.     (confirm)
  39. )
  40.  
  41. (complete 65)
  42.  
  43. (copyfiles
  44.     (prompt "Aplying the Saver to the ADPro System")
  45.     (help @copyfiles-help)
  46.     (source "FM2:ASDG/")
  47.     (dest Saver_dest)
  48.     (pattern "FM-Prism24")
  49.     (infos)
  50.     (confirm)
  51. )
  52.  
  53. (complete 85)
  54.  
  55. (copylib
  56.     (prompt "Aplying the ADPro.library to the System")
  57.     (help @copylib-help)
  58.     (source "FM2:ASDG/adpro.library")
  59.     (dest "libs:")
  60.     (confirm)
  61. )
  62.  
  63. (complete 100)
  64.  
  65.